'   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     T h i s   e x a m p l e   d e m o n s t r a t e s   M o u s e X   a n d   M o u s e Y 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '     V a l u e s   a r e   r a n g i n g   f r o m   0 . 0 0 0   t o   1 . 0 0 0 
 
 '       a n d   r e l a t i v e   t o   t h e   a u t o m a t i o n   s c r e e n 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 
 
 v 1   =   M o u s e X 
 
 v 2   =   M o u s e Y 
 
 
 
 s 1   =             F o r m a t ( v 1 ,   " 0 . 0 0 0 " )   +   "   " 
 
 s 1   =   s 1   +   F o r m a t ( v 2 ,   " 0 . 0 0 0 " ) 
 
 
 
 P r i n t     s 1 
 
 
 
 
 
 ' W A T C H   v 1 
 
 ' W A T C H   G e t S e p a r a t e d S t r i n g ( S e q u e n c e C m d ,   1 ) 
 
 